home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part2 / 10776 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  636 b 

  1. Path: canaldinamic.es!usenet
  2. From: robinhood@canaldinamic.es (Pau Vallbona Rigo)
  3. Newsgroups: comp.lang.c
  4. Subject: QUESTION ABOUT FILES IN C
  5. Date: Tue, 19 Mar 1996 23:57:37 GMT
  6. Organization: Canal Dinamic
  7. Message-ID: <4inhea$ap4@helios.canaldinamic.es>
  8. Reply-To: robinhood@canaldinamic.es
  9. NNTP-Posting-Host: dialup165.canaldinamic.es
  10. X-Newsreader: Forte Free Agent 1.0.82
  11.  
  12. I have a problem with files in c
  13. In pascal i can make this:
  14. example:
  15.  
  16. pau=record
  17. uno:integr;
  18. dos:string[];
  19. end;
  20. var 
  21. pero:file of pau;
  22. ...
  23.  
  24. How can i define a file like this?
  25. I'm a student and i have a big problem. I'm sorry for my english, i'm
  26. in Spain. Thanks.
  27.  
  28.